home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / olkoran / _koran.bat < prev    next >
DOS Batch File  |  1994-09-26  |  507b  |  15 lines

  1. echo off
  2. cls
  3. rem
  4. rem     $ 1 - Hot Key Number - Delay Value
  5. rem
  6. rem     Specify a delay value only if your Word Processor
  7. rem        needs it e.g. Q&A, Professional Write
  8. rem
  9. rem     example _SCHOLAR 2092-5
  10. rem        Hot Key = 2092   (ALT-Z on my keyboard)
  11. rem        Delay   = 5      (5 delay times seems to work well)
  12. rem
  13. if     %1x == x   \OLKORAN\_BIBLE   \OLKORAN\KORAN "Enter Hotkey:" "Enter Passage:"
  14. if not %1x == x   \OLKORAN\_BIBLE   \OLKORAN\KORAN %1              "Enter Passage:"
  15.